home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 5018 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: cleveland.Freenet.Edu!aq722
  2. From: aq722@cleveland.Freenet.Edu (John Gregor)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: OS features
  5. Date: 12 Feb 1996 03:19:53 GMT
  6. Organization: Case Western Reserve University, Cleveland, OH (USA)
  7. Message-ID: <4fmbkp$f6v@madeline.INS.CWRU.Edu>
  8. References: <83020-823205699@mindlink.bc.ca>
  9. Reply-To: aq722@cleveland.Freenet.Edu (John Gregor)
  10. NNTP-Posting-Host: kanga.ins.cwru.edu
  11.  
  12.  
  13. In a previous article, Charlie_Gibbs@mindlink.bc.ca (Charlie Gibbs) says:
  14.  
  15. >Uh, point of order here.  Windows is just as proprietary an OS as
  16. >any other, and much more so than Unix.  Or are there other Windows
  17.  
  18. Wrong on both accounts.
  19.  
  20. First: there are 3rd parties (NOT Microsoft) implementing their
  21. own Windows, *from scratch* to the Win32 API.
  22.  
  23. Second: there are 34d parties implementing the POSIX API on top of
  24. WIN32.
  25.  
  26. Third: Win32 is more standard than Unix could ever dream of being, both in
  27. market penetration *and* interoperability *and* compliance with a common
  28. standar.  Ever try to compile any sort of advanced program from AIX on
  29. Solaris?  Why do you think all the GNU stuff is #ifdef-ed to death with
  30. #ifdef SUN, etc?  Because Unixes are NOT interoperable, - not only do they
  31. not share the exact same APIs (although they are similar) but they do not
  32. share the same ABIs even remotely.  Windows, on the other hand, *does*
  33. share *both*. 
  34.  
  35. Writing to the WIN32 API will let your program run on a wide variety
  36. of hardware, and it already will let you take advantage of SMP.  There
  37. is a reason why Unix 3rd party software vendors are bailing by the
  38. dozen to Windows.
  39.  
  40.